home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp2.jacobs.com
/
2015.02.ftp2.jacobs.com.tar
/
ftp2.jacobs.com
/
pub
/
iPass
/
Open Mobile-V2.3.0-11624-V9.000.msi
/
Data1.cab
/
_5550144E18A5A5051D8EA3B8ACE9BF08
< prev
next >
Wrap
Extensible Markup Language
|
2012-10-24
|
3KB
|
103 lines
<?xml version="1.0" encoding="UTF-8"?>
<Plugin Id="System" Name ="iPass System Library" Version="1.0.0" ProviderName="iPass Corp." ProviderUrl="www.ipass.com">
<Command Name="ListAllCommands" Context="System" >
<!--
List all commands available
usage: ListAllCommands
return: list of command line, one command name per line.
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="ListAllServices" Context="System" >
<!--
List all services available
usage: ListAllServices
return: list of service, one service name per line.
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="Echo" Context="System" >
<!--
Echo input parmeter back, it is for test purpose.
usage: Echo <message string to echo>
return: the same string in parameter
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="RunAsCurrentUser" >
<!--
Launch an application in current user session
usage: RunAsCurrentUser <command line to launch application>
return: process ID if succeeded, 0 if failed.
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="DownloadAsCurrentUser" Context="User">
<!--
Copy a remote file to local hard drive as current user, it supports URI/URL/file format
usage: DownloadAsCurrentUser <remote URI> <local file>
return: 0 if succeed
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="Message" Context="System" >
<!--
Message command, for help: epcmd.exe message
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="Log" Context="System" >
<!--
Log command, for help: epcmd.exe log
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="Var" Context="System" >
<!--
Var command, for help: epcmd.exe var
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="FilePack" Context="System" >
<!--
Var command, for help: epcmd.exe var
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="UserEnvVar" Context="User" >
<!--
UserEnvVar command, for help: epcmd.exe UserEnvVar <environment variable name>
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="SetUserEnvVar" Context="User" >
<!--
SetUserEnvVar command, for help: epcmd.exe SetUserEnvVar <environment variable name> <value>
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
<Command Name="SetUserRegVar" Context="User" >
<!--
SetUserEnvVar command, for help: epcmd.exe SetUserRegVar <Full Registry Path> <value>
-->
<RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
</Command>
</Plugin>